Error

data class Error(val exception: StytchExceptions) : StytchResult<Nothing>

Data class that can hold a StytchException

Constructors

Link copied to clipboard
fun Error(exception: StytchExceptions)

Properties

Link copied to clipboard
val exception: StytchExceptions

provides information about what went wrong during an API call